指令行中前五格通常是空白,若有叙述标号(statement label),则将其置于 1~5 格中。叙述标号为1~99999 间之整数,可视为该叙述的名称,可让程式中 的其他叙述指向该位置。
基于16个网页-相关网页
executable statement label [计] 可执行语句标号 ; 可执行叙述标号
equivalent statement label 等效叙述标号 ; 等价的语句标号
statement label designator [计] 语句标号标志符
statement label data [计] 语句标号数据
statement label constant [计] 语句标号常数
all-zero statement label [计] 全零语句标号 ; 全零叙述标号
statement label variable [计] 语句标号变量
statement label assignment [计] 语句标号赋值
statement label identifier [计] 语句标号标识符
'{a}' is not a statement label.
‘{a}’不是一个声明标签。
The GOTO label statement can unconditionally exit from a loop and transfer control to the executable statement or statement block that follows the specified statement label.
GO TO标签语句可以无条件地退出循环,并将控制权转移到跟在指定的语句标签之后的可执行语句或语句块。
Jumping into a statement expression with goto or using a switch statement outside the statement expression with a case or default label inside the statement expression is not permitted.
不允许使用switch语句或是goto跳入到声明表达式中。
应用推荐